body{
color: #333;

}
.g-bg-0{background: #fff;}
.g-bg-1{background: #f7f7f7; }
.g-bg-4{background: #00000021; }
.g-bg-5{background: #e6b65e; }
.g-bg-2{background: #355955;}
.g-bg-3{background: #e9ecee;}


.product-item {
    width: 100%;
    display: block;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    padding: 15px;
    box-shadow: 0 1px 2px 0 #e9e9e9;
}
.mb-30 {
    margin-bottom: 30px;
}
.product-img {
    width: 100%;
    position: relative;
    padding: 45px 20px 20px;
    display: block;
}
.product-item {
    text-align: center;
}
p:first-child {
    margin-top: 0;
}
.product-text-dt p {
    font-size: 12px;
    font-weight: 500;
    color: #8f91ac;
    margin-bottom: 0;
    line-height: 24px;
}
.product-text-dt p.ot-s{
  color: #A91129;
}
.product-text-dt h4 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px !important;
    line-height: 24px;
    text-align: center;
    color: #333;
        min-height: 48px;
}
.product-price {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #e6b65e;
    text-align: center;
}
.qty-cart {
    display: flex;
    align-items: center;
    margin-top: 17px;
}
.quantity.buttons_added {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top;
}
.quantity {
    display: inline-block;
}
.quantity.buttons_added .minus {
    border-right: 0;
}
.quantity.buttons_added .minus-btn {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.quantity.buttons_added .minus, .quantity.buttons_added .plus {
    padding: 0px 10px;
    height: 30px;
    background-color: #60b246;
    border: 0;
        border-right-color: currentcolor;
        border-right-style: none;
        border-right-width: 0px;
    color: #fff;
    cursor: pointer;
    border-radius: 3px 0 0 3px;
    width: 30px;
}
.quantity.buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
}
.quantity .input-text.qty {
    width: 35px;
    height: 30px;
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
    border: 0;
    margin-left: -4px;
    margin-right: -4px;
    background: #fff;
    font-size: 12px;
    font-weight: 500;
}
.quantity.buttons_added input {
    display: inline-block;
    margin: 0;
        margin-right: 0px;
        margin-left: 0px;
    vertical-align: top;
    box-shadow: none;
}
.quantity.buttons_added .plus-btn {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.cart-icon {
     margin-left: auto;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-transform: capitalize;
    padding: 5px 10px;
    border-radius: 20px;
    border: 1px solid #F3A032;
    color: #F3A032;
    transition: all 0.4s;
}
.cart-icon:hover{
  background: #F3A032;
  color: #fff;
}

.product-item:hover img {
    transform: scale(1.1);
}
.product-img img {
    min-width: 100%;
    width: 100%;
    height: 150px;
    object-fit: contain;
    transition: transform .5s ease;
}
.offer-badge-1 {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background: #ffc107;
    padding: 3px 10px;
    border-radius: 3px;
    line-height: 20px;
    text-transform: uppercase;

}


.like-icon:hover, .like-icon.liked {
    background-color: #e6b65e;
    color: #fff;
}
._2uq6N {
    padding-bottom: 10px;
}

span.like-icon {
    color: #e6b65eb0;
    font-size: 18px;
    position: absolute;
    z-index: 101;
    right: 0;
    top: 0;
    cursor: pointer;
    background-color: #e6b65e29;
    display: block;
    height: 35px;
    width: 35px;
    line-height: 37px;
    border-radius: 30px;
    transition: all 0.4s;
    z-index: 0;
}
.like-icon::before, .like-icon::after {
    transition: opacity 0.3s, transform 0.4s cubic-bezier(.0, -.41, .19, 2.5);
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    top: 0px;
}
.like-icon::before {
    content: "\f004";
    transform: scale(0.95);
}
.like-icon::after {
    content: "\f004";
    opacity: 0;
    transform: scale(0.3);
    font-weight: 900;
}
.product-price span {
    color: #c7c7c7;
    text-decoration: line-through;
    margin-right: 3px;
    font-weight: 600;
    font-size: 14px;
}

.product-left-title  {
  
  text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
    color: #2b2f4c;
    text-align: left;
    padding-top: 3px;
}


.category-item {
    width: 100%;
    display: block;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
}
.cate-img {
    width: 50px;
    text-align: center;
    display: inline-block;
}
.category-item h4 {
    font-size: 14px;
    font-weight: 500;
    color: #2b2f4c;
    margin-top: 15px;
    text-align: center;
}
.select-box{
  border: 1px solid #e6b65e;
}


.category-slider.owl-carousel .owl-nav button.owl-prev {
    left: -15px;
}

.category-slider.owl-carousel .owl-nav button.owl-next{
    right: -15px;
  }
.category-slider.owl-carousel .owl-nav button.owl-next , .category-slider.owl-carousel .owl-nav button.owl-prev {
    top: 0;
    bottom: 0;
    position: absolute;
    font-size: 20px ;
    text-align: center;
    height: 30px ;
    width: 30px ;
    color: #2b2f4c ;
    background: #fff ;
    border-radius: 100% ;
    border: 1px solid #e5e5e5 ;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
    margin: auto;
}

.category-slider.owl-carousel .owl-nav button.owl-next:hover , .category-slider.owl-carousel .owl-nav button.owl-prev:hover {
  background: #e6b65e !important;
    color: #fff !important;
}
.product-dt-view {
  background: #fff;
  padding: 10px  !important;
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 #e9e9e9;
}

.product-dt-view p{
  font-size: 15px;  
}

/*.product-group-dt ul{
    padding:0;
}*/
.g-dtail-main .accordion__header{
  padding: 10px 20px;
  border-top: 1px solid #efefef;
}
.g-dtail-main .accordion__body {
    padding: 0px 40px 20px 20px;
	text-transform:none;
}
.g-dtail-main .accordion__item:not(:last-child) {
    margin-bottom: 0px;
}
.g-dtail-main .accordion__header::after {
    top: 3px;
}
.g-dtail-main .accordion__body p{
  margin-bottom: 0; 
}
.product-dt-right h2 {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    color: #2b2f4c;
    margin-bottom: 16px;
}
.no-stock {
    display: block;
}
.no-stock p {
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #2b2f4c;
}

.no-stock p span {
    margin-left: 5px;
    color: #8f91ac;
}
.pp-descp {
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #3e3f5e;
    font-weight: 400;
    font-size: 17px;
    text-align: left;
}
.product-group-dt {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 0px;
}
.color-discount {
    color: #7c72ff;
}
.main-price {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #2b2f4c;
}
.main-price span {
    margin-left: 10px;
    color: #8f91ac;
}
/*.color-discount:after {
    content: '-';
    margin-left: 20px;
    color: #2b2f4c;
}*/
.mrp-price {
    text-decoration: line-through;
    font-weight: 500;
}
.main-price {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #2b2f4c;
}
.main-price span {
    margin-left: 10px;
    color: #8f91ac;
}
.product-group-dt ul li {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
.add-cart-btn {
    background: #e6b65e;
    border: 0;
    color: #fff;
    height: 40px;
    padding: 0 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    border-radius: 5px;
        cursor: pointer;
}
.final-checkout {
    background: #60b246;
    border: 0;
    color: #fff;
    height: 40px;
    padding: 0 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    border-radius: 5px;
        cursor: pointer;
}
.order-btn {
    background: transparent;
    border: 1px solid #e6b65e;
    color: #e6b65e;
    height: 40px;
    padding: 0 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    border-radius: 5px;
        cursor: pointer;
}

.product-now label {
    padding: 5px;
    cursor: pointer;
    background: #c7c7c7;
    color: #fff;
    border-radius: 3px;
    font-weight: 500;
    font-size: 12px;
}
.product-now label, .product-now input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.product-now label, .product-now input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.product-now input {
  display: none;
}

.product-now li {
    margin-right: 5px;
    width: 50px;
    height: 36px;
    position: relative;
    text-align: center;
    display: inline-block;
}
.product-now {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.product-radio {
    margin-top: 7px;
}
.product-now input[type="radio"]:checked+label, .Checked+label {
    background: #e6b65e;
}
span.save-icon {
    color: #e6b65e;
    margin-left: 10px;
    font-size: 18px;
    position: relative !important;
    cursor: pointer;
    background-color: #e6b65e29;
    height: 35px;
    width: 35px;
    border-radius: 30px;
    transition: all 0.4s;
}
.cart-page .product-group-dt{
        padding: 0px;
        background: #fff;
        overflow: auto;
        border-bottom: 1px solid #efefef;
        font-weight: 500;
}


.cart-page .table td,.cart-page .table th {
    padding: 0.4rem !important;
    vertical-align: middle;
}
.cart-page .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.cart-page .table td,.cart-page  .table th {
    border-top: 1px solid #efefef;
}
.cart-page .table thead th {
    font-size: 13px;
    border-bottom: 1px solid #efefef;
    padding: 12px !important;
    background: #e6b65e29;
}
.cart-page .main-price {

    font-weight: 400;
    font-size: 13px;
}
.table {
    
    margin-bottom: 0;
    
    border-radius: 0;
}
.product-cart-img h5{
  font-size: 13px;
    font-weight: 400;
}

.cart-page h5{
  font-size: 13px;
}

.abc{
  display: block;
}

._2bXOy {
    padding: 4px 0;
}
.promo-input{
  /* width: 35%; */
    float: left;
    padding-right: 5%;

}
._3L1X9 {
 color: #60b246;
}
#promo_code_form .promo_apply {
width: 100px;
    padding: 5px;
    margin-top: 9px;
}
#promo_code_form .form-group{
  margin-bottom: 0;
}
#promo_code_form{
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}






.inputGroup {
  background-color: #fff;
  display: inline-block;
  margin: 0px 0 10px;
  position: relative;
}
.inputGroup label {
  padding: 5px 10px;
  width: 100%;
  display: block;
  text-align: left;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 2;
  -webkit-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
  overflow: hidden;
}
.inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: '';
  background-color: #60b246;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
          transform: translate(-50%, -50%) scale3d(1, 1, 1);
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
/*.inputGroup label:after {
  width: 32px;
  height: 32px;
  content: '';
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}*/
.inputGroup input:checked ~ label {
  color: #fff;
}
.inputGroup input:checked ~ label:before {
  -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
          transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
/*.inputGroup input:checked ~ label:after {
  background-color: #54E0C7;
  border-color: #54E0C7;
}*/
.inputGroup input {
  width: 32px;
  height: 32px;
  -webkit-box-ordinal-group: 2;
          order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

/* --------------------------------
--------list page---
-------------------------------- */
.cd-header {
  position: relative;
  height: 150px;
  background-color: #70e5cd;
}
.cd-header h1 {
  color: #ffffff;
  line-height: 150px;
  text-align: center;
}
@media only screen and (min-width: 1170px) {
  .cd-header {
    height: 180px;
  }
  .cd-header h1 {
    line-height: 180px;
  }
}
.cd-filter-trigger:hover{
        color: #fff;
}
.cd-main-content {
  position: relative;
  min-height: 100vh;
}
.cd-main-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-main-content.is-fixed .cd-tab-filter-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.cd-main-content.is-fixed .cd-gallery {
  padding-top: 76px;
}
.cd-main-content.is-fixed .cd-filter {
  position: fixed;
  height: 100vh;
  overflow: hidden;
}
.cd-main-content.is-fixed .cd-filter form {
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.cd-main-content.is-fixed .cd-filter-trigger {
  position: fixed;
}
@media (min-width: 991px) {
  .burger-btn{
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .cd-main-content.is-fixed .cd-gallery {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-main-content.is-fixed .cd-gallery {
    padding-top: 100px;
  }
}

/* --------------------------------

xtab-filter

-------------------------------- */
.cd-tab-filter{
    background: #e6b65e;
}
.cd-tab-filter-wrapper {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  z-index: 1;
}
.cd-tab-filter-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.cd-tab-filter {
  /* tabbed navigation style on mobile - dropdown */
  position: relative;
  height: 50px;
  margin: 0 auto;
  z-index: 1;
}
/*.cd-tab-filter::after {
  
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("https://entrusters.com/templates/yoo_moustache/html/com_entrusters_shop/products/ui-img/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}*/
.cd-tab-filter ul {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: inset 0 -2px 0 #f03d6c;
}
.cd-tab-filter li {
  display: none;
}
.cd-tab-filter li:first-child {
  /* this way the placehodler is alway visible */
  display: block;
}
.cd-tab-filter a {
  display:block;
  /* set same size of the .cd-tab-filter */
  height: 50px;
  color: #fff;
  text-align: right;
  line-height: 50px;
  padding-left: 14px;
}
/* .cd-filter-content{
  text-align: right;
}
.cd-filter-content-1{
  text-align: right;
} */
.cd-tab-filter a.selected {
  background: #f03d6c;
  color: #ffffff;
}
.cd-tab-filter.is-open::after {
  /* small arrow rotation */
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.cd-tab-filter.is-open ul {
  box-shadow: inset 0 -2px 0 #f03d6c, 0 2px 10px rgba(0, 0, 0, 0.2);
}
.cd-tab-filter.is-open ul li {
  display: block;
}
.cd-tab-filter.is-open .placeholder a {
  /* reduces the opacity of the placeholder on mobile when the menu is open */
  opacity: .4;
}
@media only screen and (min-width: 768px) {
  .cd-tab-filter {
    /* tabbed navigation style on medium devices */
    width: auto;
    cursor: auto;
  }
  .cd-tab-filter::after {
    /* hide the arrow */
    display: none;
  }
  .cd-tab-filter ul {
    background: transparent;
    position: static;
    box-shadow: none;
    text-align: center;
  }
  .cd-tab-filter li {
    display: inline-block;
  }
  .cd-tab-filter li.placeholder {
    display: none !important;
  }
  .cd-tab-filter a {
    display: block;
    padding: 0 1em;
    width: auto;
    color: #fff;
    text-transform: uppercase;
    text-align: right;
      }
  .no-touch .cd-tab-filter a:hover {
    color: #f03d6c;
  }
  .cd-tab-filter a.selected {
    background: transparent;
    color: #f03d6c;
    /* create border bottom using box-shadow property */
    box-shadow: inset 0 -2px 0 #f03d6c;
  }
  .cd-tab-filter.is-open ul li {
    display: inline-block;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-tab-filter {
    /* tabbed navigation on big devices */
    width: 100%;
    float: right;
    margin: 0;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-tab-filter.filter-is-visible {
    /* reduce width when filter is visible */
    width: 100%;
  }
}

/* --------------------------------

xgallery

-------------------------------- */
.cd-gallery {
  padding: 26px 5%;
  width: 100%;
}
.cd-gallery li {
  margin-bottom: 1.6em;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  display: none;
}
.cd-gallery li.gap {
  /* used in combination with text-align: justify to align gallery elements */
  opacity: 0;
  height: 0;
  display: inline-block;
}
.cd-gallery img {
  display: block;
  width: 100%;
}
.cd-gallery .cd-fail-message {
  display: none;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cd-gallery {
    padding: 40px 3%;
  }
  .cd-gallery ul {
    text-align: justify;
  }
  .cd-gallery ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-gallery li {
    width: 48%;
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-gallery {
    padding: 50px 2%;
    float: right;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-gallery li {
    width: 23%;
  }
  .cd-gallery.filter-is-visible {
    /* reduce width when filter is visible */
    /*width: 80%;*/
  }
}

/* --------------------------------

xfilter

-------------------------------- */
.cd-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 100vh;
  background: #ffffff;
  box-shadow: 4px 4px 20px transparent;
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
  -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
}
.cd-filter::before {
  /* top colored bar */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background-color: #e6b65e;
  z-index: 2;
}
.cd-filter form {
  padding: 70px 20px;
}
.cd-filter .cd-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  color: #ffffff;
    text-align: center;
  background: #e6b65e;
  font-weight: 500;
  font-size: 20px;
  opacity: 0;
  /*-webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;*/
  z-index: 3;
}
.no-touch .cd-filter .cd-close:hover {
  background: #666666;
}
.cd-filter.filter-is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}
.cd-filter.filter-is-visible .cd-close {
  opacity: 1;
}
@media only screen and (min-width: 1170px) {
  .cd-filter {
    width: 20%;
  }
  .cd-filter form {
    padding: 70px 10%;
  }
}

.cd-filter-trigger {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  background: transparent url("../img/cd-icon-filter.svg") no-repeat center center;
  z-index: 3;
}
.cd-filter-trigger.filter-is-visible {
  pointer-events: none;
}

.list-over-page{
 
    
    width: 100%;
    
    bottom: 0;
    position: fixed;
    top: 0;
    z-index: -1;
}
.food-categories-page .msg-list{
    background: #f7f7f7;
}
.product-sction .msg-list{
  position: relative;
}
.msg-list{
            width: 600px;
    text-align: center;
    height: 300px;
    margin: auto;
    background: #fff;
    position: absolute;
    font-size: 45px;
    color: #e6b65e;
       
    font-weight: 900;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
@media only screen and (min-width: 1170px) {
  .cd-filter-trigger {
    width: auto;
    left: 2%;
    text-indent: 0;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
            padding-left: 24px;
    background-position: left center;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
  }
  .no-touch .cd-filter-trigger:hover {
    color: #f03d6c;
  }
  .cd-filter-trigger.filter-is-visible, .cd-filter-trigger.filter-is-visible:hover {
    color: #ffffff;
  }
}

/* --------------------------------

xcustom form elements

-------------------------------- */
.list-page ol,.list-page ul {
    list-style: none;
    padding: 0;
}
/* .cd-filter-block {
  margin-bottom: 1.5em;
} */

.cd-filter-block h4 {
  /* filter block title */
  position: relative;
  margin-bottom: 0px;
  padding: 10px 0;
  color: black;
  font-size: 14px;
  text-transform: uppercase;
      -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.no-touch .cd-filter-block h4:hover {
  color: #f03d6c;
}
.cd-filter-block h4::before {
  /* arrow */
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  
  background: url("../img/cd-icon-arrow.svg?v=1") no-repeat center center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-filter-block h4.closed::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.cd-filter-block input, .cd-filter-block select,
.cd-filter-block .radio-label::before,
.cd-filter-block .checkbox-label::before {
  /* shared style for input elements */  border-radius: 0;
  background-color: #ffffff;
  border: 1px solid #606060;
  cursor: pointer;
}

#selectPrixe{
    border: 2px solid #9999;
    padding: 0px 8px;
    margin: 12px 0;
    border-radius: 0;
}
#selectPrixe:focus{
    
    outline: none;
    background-color: #ffffff;
    border-color: #e6b65e;
 
}

.cd-filter-block input[type='search'],
.cd-filter-block input[type='text'],
.cd-filter-block select {
  border: none !important;
  width: 100%;
  padding: 0.5rem 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
  color: gray;
  font-size: 0.9rem;
  border: navajowhite;
  margin: 0 !important;
}




.cd-filter-block input[type='search']:focus,
.cd-filter-block input[type='text']:focus,
.cd-filter-block select:focus {
  outline: none;
  background-color: #ffffff;
  border-color: #e6b65e;
}
.cd-filter-block input[type='search'] {
  /* custom style for the search element */
  border-color: transparent;
  background-color: #f7f7f7;
  /* prevent jump - ios devices */
  font-size: 1rem !important;
}
.cd-filter-block input[type='search']::-webkit-search-cancel-button {
  display: none;
}
.cd-filter-block .cd-select {
  /* select element wrapper */
  position: relative;
  width: 100%;
}
.cd-filter-block .cd-select::after {
  /* switcher arrow for select element */
  content: '';
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  pointer-events: none;
}
.cd-filter-block select {
  cursor: pointer;
}
.cd-filter-block select::-ms-expand {
  display: none;
}
.cd-filter-block .list li {
  position: relative;
  margin-bottom: 0;
  list-style: none;
}
.cd-filter-block .list li:last-of-type {
  margin-bottom: 0;
}


/*.cd-filter-block input[type=checkbox] {
  cursor: pointer;
  font-size: 10px;
  color: #fff;
  text-align: center;
}
.cd-filter-block input[type=checkbox]:after {
  content: " ";
  display: inline-block;
  visibility: visible;
    display: inline-block;
    visibility: visible;
    border: 1px solid #333;
    width: 16px;
    height: 16px;
    background-color: #e6b65e;
}
.cd-filter-block input[type=checkbox]:checked:after {
  content: "\2714";
  background-color: #e6b65e;
}*/

.cd-filter-block input[type=checkbox],
.cd-filter-block input[type=radio]
 {
  /* hide original check and radio buttons */
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}
.cd-filter-block .checkbox-label,
.cd-filter-block .radio-label {
      /* padding-left: 24px; */
    /* margin-bottom: 2px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    cursor: pointer;
    color: #9e9e9e;
    /* position: absolute;
    left: 0; */
}
.cd-filter-block .checkbox-label::before, .cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  /* custom radio and check boxes */
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-filter-block .checkbox-label::before,
.cd-filter-block .radio-label::before {
  width: 13px;
  height: 13px;
  right: 0;
}
.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::after {
  /* check mark - hidden */
  display: none;
}
.cd-filter-block .checkbox-label::after {
  /* check mark style for check boxes */
  width: 13px;
  height: 13px;
  background: url("../img/cd-icon-check.svg") no-repeat center center;
  right: 0;
}
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  border-radius: 50%;
}
.cd-filter-block .radio-label::after {
  /* check mark style for radio buttons */
      width: 7px;
    height: 7px;
    background-color: #ffffff;
    left: 3.4px;
}
.cd-filter-block input[type=radio]:checked + label::before,
.cd-filter-block input[type=checkbox]:checked + label::before {
  border-color: #60b246;
  background-color: #60b246;
}
.cd-filter-block input[type=radio]:checked + label::after,
.cd-filter-block input[type=checkbox]:checked + label::after {
  display: block;
}

@-moz-document url-prefix() {
  /* hide custom arrow on Firefox - select element */
  .cd-filter-block .cd-select::after {
    display: none;
  }
}


.icon-bar a {
    
    text-align: center;
     padding: 8px 10px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
        margin: 0 3px;
    border-radius: 100%;

}
.facebook {
    background: #3B5998;
    color: #fff;
    
}
.twitter {
    background: #55ACEE;
    color: #fff;
}
.google {
    background: #dd4b39;
    color: #fff;
}
.linkedin {
    background: #007bb5;
    color: #fff;
}
.whatsapp {
background: #25d366;
color: #fff;
    
}
.icon-bar a:hover {
background: #f55d2c;
color: #fff !important;
transition: all .2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
::-moz-selection { 
background: #CADEFC;
}
::selection {
background: #CADEFC;
}

#gallery_pdp a img{
width: 60px;
margin: 0 10px;
padding: 5px;
}
.zoomContainer{
width: auto !important;
}

.ul-li-sub{
    margin-left: 20px; 
}
.ul-li-sub-sub{
    margin-left: 40px; 
}
.footer {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(48,56,97,.2);
    position: relative;
}
.footer-first-row {
    padding: 20px 0;
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
}
.call-email-alt {
    float: left;
    width: 100%;
}
.call-email-alt li {
    display: inline-block;
    margin-right: 20px;
}
.social-links-footer ul {
    float: left;
    margin-top: 5px;
    width: 100%;
}
.social-links-footer {
    text-align: right;
    float: left;
    width: 100%;
}
.call-email-alt,.social-links-footer ul,.footer-bottom-links ul{
    padding: 0;
    margin: 0;
}
.social-links-footer ul li {
    display: inline-block;
    padding-right: 15px;
}
.social-links-footer ul li a {
    color: #2b2f4c;
    font-size: 18px;
    text-align: right;
    position: relative;
    display: inline-block;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.social-links-footer ul li:hover a {
    bottom: 5px;
    color: #e6b65e !important;
}
.footer-second-row {
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    background: #fafafa;
}
.second-row-item {
    margin-top: 47px;
}
.footer-second-row ul{
    padding: 0;
    margin: 0;
}
.second-row-item-app {
    margin-top: 47px;
}
.second-row-item-app h4 {
    color: #e6b65e;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 17px;
}
.second-row-item-app ul li {
    display: inline-block;
    padding-right: 0;
}
.second-row-item-payment {
    margin-top: 37px;
}
.second-row-item-payment h4 {
    color: #e6b65e;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 17px;
}
.financial-institutes {
    display: inline-block;
    list-style: none;
    line-height: 0;
}
.financial-institutes__logo {
    display: inline-block;
    margin: 0 1px 5px 0;
}
img.download-btn {
    width: 150px;
    height: 65px;
}
.financial-institutes__logo {
    display: inline-block;
    margin: 0 1px 5px 0;
}
.financial-institutes__logo img {
    width: 35px;
    height: auto;
}
.second-row-item-payment h4 {
    color: #60b246;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 17px;
}
.newsletter-input {
    position: relative;
}
.newsletter-input .form-control {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #2b2f4c;
    border: 1px solid #2b2f4c4a;
    position: relative;
    padding: 0 3rem 0 1rem;
    height: 41.5px;
}
.uil-telegram-alt:before {
    content: '\ebd5';
}
[class^="uil-"]:before, [class*=" uil-"]:before {
    font-family: "unicons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    /* font-size: 120%; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.newsletter-btn {
    background: #333;
    position: absolute;
    right: 2px;
    top: 3px;
    height: 35px;
    border: 0;
    width: 35px;
    cursor: pointer;
    border-radius: 3px;
    font-size: 18px;
    color: #fff;
}
.footer a {
    text-decoration: none;
    background-color: transparent;
}
.footer-bottom-links li a {
    color: #3e3f5e;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    line-height: 24px;
    position: relative;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.footer-bottom-links li a.active,
.footer-bottom-links li a:hover {
    color: #e6b65e;
}

.footer-bottom-links ul li {
    display: inline-block;
    padding: 0 10px;
}
.copyright-text {
    color: #3e3f5e;
    font-weight: 500;
    font-size: 14px;
    padding: 20px 0 0;
    letter-spacing: 0.3px;
}
.footer-last-row{
    padding: 30px 0;
    text-align: center;
    background: #fafafa
}
.second-row-item h4 {
    color:#60b246;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 17px;
}
.second-row-item ul li {
    display: block;
    padding-bottom: 9px;
}
.second-row-item ul li a {
    color: #3e3f5e;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    position: relative;
    left: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.second-row-item ul li a.active,
.second-row-item ul li a:hover{
  color: #e6b65e;
  font-size: 15px;
}
:focus {outline:none;}
.flter-btn{
      width: 20px;
    margin-right: 4px;
}




/* fjksbkjvdn */

.grocery-producat-slider{
  width: 100%;
    height: 351px;
    overflow: hidden;
    margin: 0 0 10px 0;
    border-radius: 10px;
}
.grocery-producat-slider .main-img-grocery img{
  width: 100%;
  height: 351px;
  object-fit: contain;
  overflow: hidden;
  border-radius: 5px;
}

.slider-nav {
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 15px;
}
.slider-nav .nav-item-slider{
  height: 22% !important;
  width: 22%;
  overflow: hidden;
  display: inline-block;
  margin: 0 5px;
  border: 1px solid #f4f4f4;
}
.slider-nav .nav-item-slider img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    border-radius: 5px;
    cursor: pointer;
   
}

.slider-nav .slick-current,
.slider-nav .slick-slide:hover {
  cursor: pointer;
  opacity: 1;
  filter: brightness(0.9);
  border-color: #E16D48;
}

.grocery-cart-box tr td,
.grocery-cart-box tr th{
  white-space: nowrap;
}


.g-cart-table .main-price,
.g-cart-table h5{
  margin: 0;
  font-size: 15px;
  font-weight: 400;
}
.g-cart-table .quantity.buttons_added .plus,
.g-cart-table .quantity.buttons_added .minus{
  width: 22px;
  height: 22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* border: 1px solid red; */
  border-radius: 2px;
  padding: 0;
}
.g-cart-table .quantity .input-text.qty{
  width: 25px;
  height: 22px;
}

.slick-next{
  right: 0px !important;
}
.slick-prev{
  left: 0px !important;
}

.slick-prev::before,
.slick-prev::after{
  content: none !important;
}

.slick-next::after,
.slick-next::before{
  content: none !important;
}


.slick-prev, .slick-next{
    z-index: 1;
    width: 40px !important;
    height: 40px !important;
    top: inherit !important;
    border-radius: 50% !important;
    bottom: 0% !important;
    -webkit-transform: translate(0, 0%) !important;
    -ms-transform: translate(0, 0%) !important;
    transform: translate(0, 0%) !important;
}

.slick-prev[aria-disabled="true"] img,
 .slick-next[aria-disabled="true"] img{
    opacity: 0.5 !important;
}



.g-slider-nav .slick-next,
.g-slider-nav .slick-prev{
  display: none !important;
}



.grocery-cart-box tr td,
.grocery-cart-box tr th{
  white-space: nowrap;
}


.g-cart-table .main-price,
.g-cart-table h5{
  margin: 0;
  font-size: 15px;
  font-weight: 400;
}
.g-cart-table .quantity.buttons_added .plus,
.g-cart-table .quantity.buttons_added .minus{
  width: 22px;
  height: 22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* border: 1px solid red; */
  border-radius: 2px;
  padding: 0;
}
.g-cart-table .quantity .input-text.qty{
  width: 25px;
  height: 22px;
}

.g-cart-table ul li{
  margin-right: 0;
}

.minus.minus-btn.disbtn{
  color: #ccc;
  background: #f2f2f2;
}

.fa{
    font-family: 'FontAwesome' !important;
}